go/types.Checker.typInternal (method)

3 uses

	go/types (current package)
		typexpr.go#L193: 	typ := check.typInternal(e, def)
		typexpr.go#L211: 	typ := check.typInternal(e, nil)
		typexpr.go#L232: func (check *Checker) typInternal(e0 ast.Expr, def *TypeName) (T Type) {